home *** CD-ROM | disk | FTP | other *** search
/ The Rolling Stones: Shine a Light (Press Kit) / Shine a Light (Press Kit).iso / pc / program.dxr / Internal_23_Prev Full Back.ls < prev    next >
Encoding:
Text File  |  2008-03-03  |  216 b   |  18 lines

  1. on mouseWithin me
  2.   cursor(280)
  3. end
  4.  
  5. on mouseLeave me
  6.   cursor(0)
  7. end
  8.  
  9. on mouseUp me
  10.   cursor(0)
  11.   sound(3).play(member("Click"))
  12.   if the frameLabel = "C01" then
  13.     go("C14")
  14.   else
  15.     go(marker(-2))
  16.   end if
  17. end
  18.